Blog Stats
  • Posts - 68
  • Articles - 0
  • Comments - 1390
  • Trackbacks - 35

 

[dev] ASP.NET

Post relativi allo sviluppo di applicazioni web in particolare alla tecnologia Active Server Pages.

Workshop: ASP.NET 2.0 an overview for ASP developer

Sono felice di annunciare un nuovo workshop targato DotNetSide: "ASP.Net 2.0 An Overview for ASP Developers - Tecnologie a confronto" dove verranno analizzate alcune delle problematiche comuni che si incontrano durante lo sviluppo di siti dinamici trattati prima in classic ASP e poi riviste in ASP.NET 2.0. L'evento si terrà a Bari il 15 dicembre 2006, per maggiori info è possibile scaricare la brochure completa dell'evento. Che aspettate?? Iscrivetevi....

Generic Handler

I Gestori HTTP costituiscono una delle caratteristiche fondamentali dell’architettura ASP.Net sin dalle sue prime versioni. Questi possono essere realizzati in due modi differerenti, Custom Handlers e Generic Handlers. Ecco un interessante articolo sulla realizzazione di un Generic Handler per gestire le immagini powered by IMHO 1.3

Firewall, ASP.NET e l'errore "the viewstate is invalid for this page and might be corrupted"

Un interessante articolo di Tiziana Loporchio. FONTE : Firewall, ASP.NET e l'errore "the viewstate is invalid for this page and might be corrupted"   powered by IMHO 1.3

Always set the "applicationName" property when configuring ASP.NET 2.0 Membership and other Providers

Impostare sempre la Property "applicationName" nella configurazione di Membership Providers!!!!...pagato sulla mia pelle Always set the "applicationName" property when configuring ASP.NET 2.0 Membership and other Providers   powered by IMHO 1.3

Universal Database Admin for ASP.NET and SQL Server

Universal Database Admin for ASP.NET and SQL Server - The Code Project - ASP.NET A dynamic web application needs an admin section for CRUD action of the Records/Tables in database, wouldn't it be nice to have a database admin, which can be plugged to any web application, Just give your sql connection string and it dynamically manages all table operation in just 5 pages  powered by IMHO 1.3

Usare più linguaggi con la directory App_Code di ASP.NET 2.0

ASP.NET 2.0 introduce una nuova directory chiamata \App_Code\ che, come la directory \bin\, permette di condividere un assembly tra tutte le pagine della nostra applicazione web, con la differenza che l'assembly viene generato a runtime, compilando il codice sorgente contenuto nella stessa.App_Code può contenere codice scritto in qualsiasi linguaggio, ASP.NET si occuperà di richiamare il compilatore giusto. Visto che il contenuto della directory App_Code viene compilato in un unico assembly, è indispensabile che non vi siano ambiguità, il che vuol dire poter scegliere solo un linguaggio tra C# e VB 2005.Tuttavia è possibile specificare delle sottodirectory, per organizzare il codice...

Hosting ASP.NET 2.0

Alcuni "Web Hosting Company" Italiani con supporto per ASP.NET 2.0 http://www.vaisulweb.it/ http://hosting.aruba.it/ http://hosting.comi.it/ http://www.ngi.it/virtuo/ http://www.hostingsolutions.it/ powered by IMHO 1.3

 

 

Copyright © Vito Arconzo